home *** CD-ROM | disk | FTP | other *** search
/ Macwelt 2 / Macwelt DVD 2.cdr / System / Entwickler-Tools / macosx / F-Script 1.2 / F-Script.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2002-03-24  |  843 b   |  29 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleExecutable</key>
  8.     <string>F-Script</string>
  9.     <key>CFBundleIconFile</key>
  10.     <string>fs.icns</string>
  11.     <key>CFBundleInfoDictionaryVersion</key>
  12.     <string>6.0</string>
  13.     <key>CFBundlePackageType</key>
  14.     <string>APPL</string>
  15.     <key>CFBundleShortVersionString</key>
  16.     <string>Version 1.2</string>
  17.     <key>CFBundleSignature</key>
  18.     <string>????</string>
  19.     <key>NSAppleScriptEnabled</key>
  20.     <string>YES</string>
  21.     <key>NSHumanReadableCopyright</key>
  22.     <string>Copyright (c) 2002, Philippe Mougin. </string>
  23.     <key>NSMainNibFile</key>
  24.     <string>fs.nib</string>
  25.     <key>NSPrincipalClass</key>
  26.     <string>NSApplication</string>
  27. </dict>
  28. </plist>
  29.